home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.LineEdit < prev    next >
Encoding:
Text File  |  1990-04-03  |  732 b   |  35 lines  |  [TEXT/MPS ]

  1. ; File:  E16.LineEdit
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. leDupStrtUpErr EQU $1401  ; duplicate LEStartup call
  9. leResetError EQU $1402  ; can't reset Line Edit
  10. leNotActiveErr EQU $1403  ; Line Edit not active
  11. leScrapErr EQU $1404  ; desk scrap too big to copy
  12. leJustLeft EQU $0000
  13. leJustCenter EQU $0001
  14. leJustFill EQU $0002
  15. leJustRight EQU $FFFF
  16. ; offset constants for LERec
  17. oleLineHandle EQU 0
  18. oleLength EQU 4
  19. oleMaxLength EQU 6
  20. oleDestRect EQU 8
  21. oleViewRect EQU 16
  22. olePort EQU 24
  23. oleLineHite EQU 28
  24. oleBaseHite EQU 30
  25. oleSelStart EQU 32
  26. oleSelEnd EQU 34
  27. oleActFlg EQU 36
  28. oleCarAct EQU 38
  29. oleCarOn EQU 40
  30. oleCarTime EQU 42
  31. oleHiliteHook EQU 46
  32. oleCaretHook EQU 50
  33. oleJust EQU 54
  34. olePWChar EQU 56
  35.